home *** CD-ROM | disk | FTP | other *** search
- ;; Eulisp Module
- ;; Author: pab
- ;; File: bvf.em
- ;; Date: Fri May 22 11:51:38 1992
- ;;
- ;; Project:
- ;; Description:
- ;; Internals of bytevector functions
-
- (defmodule bvf
- (standard0
- list-fns
-
- bci
- )
- ()
-
- (defun bytefunction-env (x) (error "Rats" clock-tick))
- (defun bytefunction-offset (x) (error "Rats" clock-tick))
- (defun bytefunction-codenum (x) (error "Rats" clock-tick))
- (defun bytefunction-nargs (x) (error "Rats" clock-tick))
-
- (export bytefunction-env bytefunction-offset bytefunction-codenum bytefunction-nargs
- bytefunction bytefunction-class)
-
- ;; end module
- )
-